Trends in fertility rates and mean years of female education in the world, 1970-2015

The two GAPMINDER datasets used in this dashboard are shown below and can be downloaded as CSV files. For the other data sources, please refer to the README file.

browsable( tagList( reactable(mean_schyrs_data, elementId = “mean_schyrs_data”, searchable = T, filterable = T),

tags$button(“Download as CSV”, onclick = “Reactable.downloadDataCSV(‘mean_schyrs_data’)”) ) )

````